/*
Theme Name: Twentyeleven Child
Description: Child theme for sun camberwell
Author: Your name here
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");







/*remove search bar
----------------------------------------*/

#branding #s {
    -moz-transition-duration: 400ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    display: none;
    float: right;
    width: 72px;
}
/*font color
----------------------------------------*/

body, input, textarea {
	color: black;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

/*remove page title
----------------------------------------*/


.entry-title, .entry-title a {
    color: #222222;
    display: none;
    text-decoration: none;
}


/*remove stupid line everywhere
----------------------------------------*/


#branding {
    border-top: 0px solid #BBBBBB;
    padding-bottom: 10px;
    position: relative;
    z-index: 9999;
}

.hentry, .no-results {
    border-bottom: 0px solid #DDDDDD;
    margin: 0 0 1.625em;
    padding: 0 0 0em;
    position: relative;
}

#site-generator {
    background: transparent;
    border-top: 0px solid #DDDDDD;
    color: #666666;
    font-size: 12px;
    line-height: 2.2em;
    padding: 2.2em 0.5em;
    text-align: center;
    
}

#supplementary {
    border-top: 0px solid #DDDDDD;
    overflow: hidden;
    padding: 1.625em 7.6%;
}

.entry-content td, .comment-content td {
    border-top: 0px solid #DDDDDD;
    padding: 6px 10px 6px 0;
}

/*minimising padding
----------------------------------------*/

#site-title {
    margin-right: 50px;
    padding: 3.65625em 0 0;
}

#site-description {
    color: #000000;
    font-size: 15px;
    margin: 0 -170px 0.65625em 0;
}

h1,h2 {
    display: inline;
   }

/*page color
----------------------------------------*/


#page {
    background: none repeat scroll 0 0 #395651;
}

body, input, textarea {
	color: #ffffff;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

/*widget title
----------------------------------------*/

.widget-title {
    color: white;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}
